text/template.common.muTmpl (field)

11 uses

	text/template (current package)
		exec.go#L231: 	t.muTmpl.RLock()
		exec.go#L232: 	defer t.muTmpl.RUnlock()
		template.go#L16: 	muTmpl sync.RWMutex         // protects tmpl
		template.go#L92: 	t.muTmpl.RLock()
		template.go#L93: 	defer t.muTmpl.RUnlock()
		template.go#L131: 	t.muTmpl.Lock()
		template.go#L132: 	defer t.muTmpl.Unlock()
		template.go#L150: 	t.muTmpl.RLock()
		template.go#L151: 	defer t.muTmpl.RUnlock()
		template.go#L192: 	t.muTmpl.RLock()
		template.go#L193: 	defer t.muTmpl.RUnlock()